home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / pure_adr.swf / scripts / DefineButton2_164 / BUTTONCONDACTION on(rollOver).as
Text File  |  2008-11-12  |  278b  |  17 lines

  1. on(rollOver){
  2.    if(eval("/:carro") == "1")
  3.    {
  4.       tellTarget("/roda/estrada/nave")
  5.       {
  6.          gotoAndStop("explode");
  7.          play();
  8.       }
  9.       tellTarget("../")
  10.       {
  11.          gotoAndStop("explode");
  12.          play();
  13.       }
  14.    }
  15.    play();
  16. }
  17.